Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

632792 Views

Latest files of /cody/swapnilsparsh/30DaysOfJavaScript/141 - Luminosity Particle Js

app.js cody/swapnilsparsh/30DaysOfJavaScript/141 - Luminosity Particle Js/app.js
159 Views
0 Comments
/* Please view in Chrome for best effects! :) */

// Configure
var MAX_DISTANCE = 200,
PARTICLES = 40,
PARTICLE_SIZE = 5;

// No configure! :p
style.css cody/swapnilsparsh/30DaysOfJavaScript/141 - Luminosity Particle Js/style.css
103 Views
0 Comments
body, html {
margin: 0;
padding: 0;
}

body {
background: #000;
overflow: hidden;
index.html cody/swapnilsparsh/30DaysOfJavaScript/141 - Luminosity Particle Js/index.html
329 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="./style.css">